projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df38262
)
arm: Correct build with CONFIG_SYS_HUSH_PARSER set
author
Simon Kagstrom
<[
[email protected]
]>
Thu, 1 Oct 2009 14:11:50 +0000
(19:41 +0530)
committer
Tom Rix
<
[email protected]
>
Tue, 13 Oct 2009 11:17:38 +0000
(06:17 -0500)
FLAG_PARSE_SEMICOLON is not defined without hush.h, so include that.
Signed-off-by: Simon Kagstrom <
[email protected]
>
Signed-off-by: Prafulla Wadaskar <
[email protected]
>
cpu/arm926ejs/kirkwood/cpu.c
patch
|
blob
|
history
diff --git
a/cpu/arm926ejs/kirkwood/cpu.c
b/cpu/arm926ejs/kirkwood/cpu.c
index bab5faf652e665675ee70b31abecc080abf7be6f..6fc3902580918d8448b563febe34cf7fd7629e3c 100644
(file)
--- a/
cpu/arm926ejs/kirkwood/cpu.c
+++ b/
cpu/arm926ejs/kirkwood/cpu.c
@@
-27,6
+27,7
@@
#include <asm/cache.h>
#include <u-boot/md5.h>
#include <asm/arch/kirkwood.h>
+#include <hush.h>
#define BUFLEN 16